home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / ID008.dxr / 00012.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  383 b   |  18 lines

  1. on exitFrame
  2.   puppetSprite(2, 1)
  3.   set LastTick to the ticks
  4.   repeat while the locV of sprite 2 > 170
  5.     set x to 8 * (the ticks - LastTick)
  6.     set LastTick to the ticks
  7.     set the locV of sprite 2 to the locV of sprite 2 - x
  8.     updateStage()
  9.   end repeat
  10.   set the visible of sprite 4 to 1
  11.   set the visible of sprite 2 to 0
  12. end
  13.  
  14. on mouseUp
  15.   puppetSprite(2, 0)
  16.   go(114)
  17. end
  18.